projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d078776
)
Fix memory leak in GtkTreeViewAccessible
author
John Lindgren
<john.lindgren@aol.com>
Sun, 12 Jan 2014 07:07:00 +0000
(07:07 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 14 Jan 2014 03:30:38 +0000
(22:30 -0500)
https://bugzilla.gnome.org/show_bug.cgi?id=722030
gtk/a11y/gtktreeviewaccessible.c
patch
|
blob
|
history
diff --git
a/gtk/a11y/gtktreeviewaccessible.c
b/gtk/a11y/gtktreeviewaccessible.c
index a3a11201c5ab3f48a90f1f89495f3d347ee535aa..e2d0e8ffdfe33267f856a6c1c4f113d797a37b56 100644
(file)
--- a/
gtk/a11y/gtktreeviewaccessible.c
+++ b/
gtk/a11y/gtktreeviewaccessible.c
@@
-1442,7
+1442,7
@@
cell_info_new (GtkTreeViewAccessible *accessible,
cell_info->tree = tree;
cell_info->node = node;
cell_info->cell_col_ref = tv_col;
- cell_info->cell =
g_object_ref (cell)
;
+ cell_info->cell =
cell
;
cell_info->view = accessible;
g_object_set_qdata (G_OBJECT (cell),